home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 2).iso / 0346 / readme.txt < prev   
Text File  |  1997-03-31  |  1KB  |  25 lines

  1. Hello,
  2. This is my first real C++ program.  The program is used in crystallography to
  3. calculate the d spacing, interzonal angles, and interplanar angles for a crystal
  4. in any of the crystallographic systems.  It firsts asks for the crystal system
  5. and then information such as unit cell distances and angles.  
  6.  
  7. I wrote it as a series of switches to test the type of crystal system you use
  8.  and what you want to calculate.
  9. It contains three functions to calculate d spacings, interplanar angles, and 
  10. interzonal angles for all of the crystal systems.
  11.  
  12. Let me know what you think of the program and how my programming skills
  13. can be improved.  The file crystal6.cpp is the original source code.  Please
  14. give me acknowledgement if this code is going to be used within another
  15. program.  The file crystal6.exe is a windows program which will calculate
  16. crystal properties once and then terminate.  The file crystal7.exe is similar,
  17. but it is written for Ms-dos.
  18.  
  19. You may use this program free of charge, but please email me with any of your
  20. comments, bugs, and what you think of the style I programmed it in.
  21. Thanks.
  22. Gordon Vrdoljak
  23. gvrdolja@nature.Berkeley.EDU
  24. http://cafe.Berkeley.EDU/~gordon
  25.